Add markup to docs.
authorMatthias Clasen <matthiasc@src.gnome.org>
Wed, 28 Nov 2001 19:08:36 +0000 (19:08 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Wed, 28 Nov 2001 19:08:36 +0000 (19:08 +0000)
        * gtk/gtkwindow.c (gtk_window_move): Add markup to docs.

ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gtk/gtkwindow.c

index c2902c93dfa55579e4f10e474f262742566271a6..b76560ce2a1aec0a3e5620c3afd7c3a9215fcf06 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2001-11-28  Matthias Clasen  <matthiasc@poet.de>
 
+       * gtk/gtkwindow.c (gtk_window_move): Add markup to docs.
+
        * gdk/gdkcursor.h: Directly include the contents
        of gdkcursors.h in the GdkCursorType enum.
 
index c2902c93dfa55579e4f10e474f262742566271a6..b76560ce2a1aec0a3e5620c3afd7c3a9215fcf06 100644 (file)
@@ -1,5 +1,7 @@
 2001-11-28  Matthias Clasen  <matthiasc@poet.de>
 
+       * gtk/gtkwindow.c (gtk_window_move): Add markup to docs.
+
        * gdk/gdkcursor.h: Directly include the contents
        of gdkcursors.h in the GdkCursorType enum.
 
index c2902c93dfa55579e4f10e474f262742566271a6..b76560ce2a1aec0a3e5620c3afd7c3a9215fcf06 100644 (file)
@@ -1,5 +1,7 @@
 2001-11-28  Matthias Clasen  <matthiasc@poet.de>
 
+       * gtk/gtkwindow.c (gtk_window_move): Add markup to docs.
+
        * gdk/gdkcursor.h: Directly include the contents
        of gdkcursors.h in the GdkCursorType enum.
 
index c2902c93dfa55579e4f10e474f262742566271a6..b76560ce2a1aec0a3e5620c3afd7c3a9215fcf06 100644 (file)
@@ -1,5 +1,7 @@
 2001-11-28  Matthias Clasen  <matthiasc@poet.de>
 
+       * gtk/gtkwindow.c (gtk_window_move): Add markup to docs.
+
        * gdk/gdkcursor.h: Directly include the contents
        of gdkcursors.h in the GdkCursorType enum.
 
index c2902c93dfa55579e4f10e474f262742566271a6..b76560ce2a1aec0a3e5620c3afd7c3a9215fcf06 100644 (file)
@@ -1,5 +1,7 @@
 2001-11-28  Matthias Clasen  <matthiasc@poet.de>
 
+       * gtk/gtkwindow.c (gtk_window_move): Add markup to docs.
+
        * gdk/gdkcursor.h: Directly include the contents
        of gdkcursors.h in the GdkCursorType enum.
 
index c2902c93dfa55579e4f10e474f262742566271a6..b76560ce2a1aec0a3e5620c3afd7c3a9215fcf06 100644 (file)
@@ -1,5 +1,7 @@
 2001-11-28  Matthias Clasen  <matthiasc@poet.de>
 
+       * gtk/gtkwindow.c (gtk_window_move): Add markup to docs.
+
        * gdk/gdkcursor.h: Directly include the contents
        of gdkcursors.h in the GdkCursorType enum.
 
index c2902c93dfa55579e4f10e474f262742566271a6..b76560ce2a1aec0a3e5620c3afd7c3a9215fcf06 100644 (file)
@@ -1,5 +1,7 @@
 2001-11-28  Matthias Clasen  <matthiasc@poet.de>
 
+       * gtk/gtkwindow.c (gtk_window_move): Add markup to docs.
+
        * gdk/gdkcursor.h: Directly include the contents
        of gdkcursors.h in the GdkCursorType enum.
 
index 1039a577ea2e332438f0b76468ad8183f58766c5..7940073afdaf29e327dc001604490c7d4a23b546 100644 (file)
@@ -2593,9 +2593,10 @@ gtk_window_get_size (GtkWindow *window,
  * gtk_window_move (window, gdk_screen_width () - window_width,
  * gdk_screen_height () - window_height).
  *
- * The extended window manager hints specification at
- * http://www.freedesktop.org/standards/wm-spec.html has a nice table
- * of gravities in the "implementation notes" section.
+ * The extended window manager hints specification at <ulink 
+ * url="http://www.freedesktop.org/standards/wm-spec.html"
+ * >http://www.freedesktop.org/standards/wm-spec.html</ulink> has a 
+ * nice table of gravities in the "implementation notes" section.
  *
  * The gtk_window_get_position() documentation may also be relevant.
  *